runtime.muintptr.ptr (method)

19 uses

	runtime (current package)
		debugcall.go#L126: 			if mp != gp.lockedm.ptr() {
		mgc.go#L1210: 			if mp := node.m.ptr(); mp != nil {
		mgc.go#L1328: 			releasem(node.m.ptr())
		proc.go#L1281: 			mp := p.m.ptr()
		proc.go#L1838: 	unlockextra(mp.schedlink.ptr())
		proc.go#L2192: 			newm := newmHandoff.newm.ptr()
		proc.go#L2196: 				next := newm.schedlink.ptr()
		proc.go#L2412: 	if _g_.m.lockedg == 0 || _g_.m.lockedg.ptr().lockedm.ptr() != _g_.m {
		proc.go#L2439: 	mp := gp.lockedm.ptr()
		proc.go#L4892: 			id = _p_.m.ptr().id
		proc.go#L4910: 	if _p_.m.ptr() != _g_.m || _p_.status != _Prunning {
		proc.go#L5302: 	mp := _p_.m.ptr()
		proc.go#L5345: 		mp := _p_.m.ptr()
		proc.go#L5394: 		lockedm := gp.lockedm.ptr()
		proc.go#L5466: 	mp := sched.midle.ptr()
		runtime2.go#L301: func (mp muintptr) ptr() *m { return (*m)(unsafe.Pointer(mp)) }
		rwmutex.go#L71: 			w := rw.writer.ptr()
		rwmutex.go#L112: 	for rw.readers.ptr() != nil {
		rwmutex.go#L113: 		reader := rw.readers.ptr()